object ToolbarEditForm: TToolbarEditForm Left = 294 Top = 215 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Customize Toolbar' ClientHeight = 212 ClientWidth = 530 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poMainFormCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object btnInsert: TSpeedButton Left = 195 Top = 70 Width = 66 Height = 23 Hint = 'Add button to toolbar' BiDiMode = bdLeftToRight Caption = '&Add -> ' Layout = blGlyphRight Margin = 8 ParentBiDiMode = False OnClick = btnInsertClick end object btnRemove: TSpeedButton Left = 195 Top = 106 Width = 66 Height = 23 Hint = 'Remove button from toolbar' Caption = '<- &Remove' Margin = 5 OnClick = btnRemoveClick end object lblAvailableList: TLabel Left = 8 Top = 8 Width = 119 Height = 13 Caption = 'Available toolbar buttons:' end object lblSelectedList: TLabel Left = 272 Top = 8 Width = 110 Height = 13 Caption = 'Current toolbar buttons:' end object Label1: TLabel Left = 164 Top = 32 Width = 3 Height = 13 end object lstAvailable: TListView Left = 5 Top = 24 Width = 178 Height = 170 AllocBy = 30 Columns = < item AutoSize = True end> DragMode = dmAutomatic IconOptions.Arrangement = iaLeft IconOptions.WrapText = False ReadOnly = True RowSelect = True ShowColumnHeaders = False SmallImages = imgButtons TabOrder = 0 ViewStyle = vsReport OnChange = lstSelectedChange OnDblClick = lstAvailableDblClick OnEnter = lstSelectedEnter OnExit = lstSelectedExit OnDragDrop = lstSelectedDragDrop OnDragOver = lstSelectedDragOver OnMouseDown = lstSelectedMouseDown end object btnOK: TButton Left = 458 Top = 12 Width = 66 Height = 23 Caption = '&Close' Default = True TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 458 Top = 160 Width = 66 Height = 23 Cancel = True Caption = 'Cancel' TabOrder = 3 Visible = False OnClick = btnCancelClick end object lstSelected: TListView Left = 270 Top = 24 Width = 178 Height = 170 AllocBy = 30 Columns = < item AutoSize = True end> DragMode = dmAutomatic IconOptions.Arrangement = iaLeft IconOptions.WrapText = False ReadOnly = True RowSelect = True ShowColumnHeaders = False SmallImages = imgButtons TabOrder = 1 ViewStyle = vsReport OnChange = lstSelectedChange OnDblClick = lstSelectedDblClick OnEnter = lstSelectedEnter OnExit = lstSelectedExit OnDragDrop = lstSelectedDragDrop OnDragOver = lstSelectedDragOver OnMouseDown = lstSelectedMouseDown end object btnRestore: TButton Left = 458 Top = 39 Width = 66 Height = 23 Caption = 'R&eset' TabOrder = 5 OnClick = btnRestoreClick end object btnApply: TButton Left = 458 Top = 123 Width = 66 Height = 23 Caption = 'Apply' TabOrder = 4 Visible = False OnClick = btnApplyClick end object imgButtons: TImageList AllocBy = 30 Left = 126 Top = 44 end end